data area - translation to greek
Diclib.com
Online Dictionary

data area - translation to greek

WEB PAGE IN-LINE DATA SCHEME
Data:; Data: URL; Data URL; Data Url; Data URI; Data Uri; Data: URI; Inline image; Data: uri scheme; Data: URI scheme; Data urls; Data://; Data URIs; Data-URI

data transfer         
PHYSICAL TRANSFER OF DATA; TRANSFER OF DATA (A DIGITAL BIT STREAM OR A DIGITIZED ANALOG SIGNAL) OVER A POINT-TO-POINT OR POINT-TO-MULTIPOINT COMMUNICATION CHANNEL
Data communications; Data transfer; Digital communications; Digital Telecommunications; Digital communication; Data Transfer; Asynchronous transmission; Information transmission; Digital transmission; Network Transmission; Asynchronous data transfer; Data Communications; Data signal; Asynchronous data transmission; Synchronous data transfer; Synchronous data transmission; Transmitted Data; Digital signal (communications); Digital telecommunications; Digital telecommunication; Comms; Digital Communication; Data reception; Data transmission; TxD
μεταφορά δεδομένων
data communication         
PHYSICAL TRANSFER OF DATA; TRANSFER OF DATA (A DIGITAL BIT STREAM OR A DIGITIZED ANALOG SIGNAL) OVER A POINT-TO-POINT OR POINT-TO-MULTIPOINT COMMUNICATION CHANNEL
Data communications; Data transfer; Digital communications; Digital Telecommunications; Digital communication; Data Transfer; Asynchronous transmission; Information transmission; Digital transmission; Network Transmission; Asynchronous data transfer; Data Communications; Data signal; Asynchronous data transmission; Synchronous data transfer; Synchronous data transmission; Transmitted Data; Digital signal (communications); Digital telecommunications; Digital telecommunication; Comms; Digital Communication; Data reception; Data transmission; TxD
επικοινωνία δεδομένων
data dictionary         
SET OF METADATA THAT CONTAINS DEFINITIONS AND REPRESENTATIONS OF DATA ELEMENTS
Data Dictionary; Data Dictionaries; Data Description Specifications; Data element dictionary; Data description specification
λεξικό δεδομένων

Definition

inline image
<World-Wide Web> An image that appears within the body of a web page. Most graphical web browsers can display both GIF and JPG images inline. The web browser may give the user an option to turn off inline images, to speed up the display of web pages. Other image formats may have to be displayed in a separate window and/or by another application program. An inline image in a web page is achieved with the <IMG> HTML tag, which can take many attributes. The SRC attribute gives the URL from which to fetch the image and the ALT attribute gives text to display in place of the image for users with images disabled or who are using text-only browsers or text-to-speech convertors (e.g. blind users). (1999-10-27)

Wikipedia

Data URI scheme

The data URI scheme is a uniform resource identifier (URI) scheme that provides a way to include data in-line in Web pages as if they were external resources. It is a form of file literal or here document. This technique allows normally separate elements such as images and style sheets to be fetched in a single Hypertext Transfer Protocol (HTTP) request, which may be more efficient than multiple HTTP requests, and used by several browser extensions to package images as well as other multimedia contents in a single HTML file for page saving. As of 2022, data URIs are fully supported by most major browsers, and partially supported in Internet Explorer.